@charset "utf-8";

.menu {
	display: none;
	height: 60px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 99999;
}

.menu i {
	transition: all 0.2s;
	position: relative;
	width: 30px;
	height: 3px;
	margin-top: 20px;
	background: #333;
	display: block;
}

.menu i:before,
.menu i:after {
	position: relative;
	content: "";
	width: 100%;
	height: 100%;
	top: 10px;
	background: #333;
	display: block;
	transition: all 0.2s;
}

.menu i:after {
	top: unset;
	bottom: -18px;
}

.close i:before {
	top: 4px;
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.close i:after {
	top: 4px;
	-webkit-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}

.close i {
	background: transparent;
}

.header .centerBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}

.header .logo {
	width: 80px;
	margin-right: 10%;
}

.header .logo img {
	width: 100%;
}

.header .nav {
	width: 60%;
}

.header .nav ul {
	font-size: 0;
}

.header .nav ul li {
	display: inline-block;
	font-size: 16px;
	line-height: 100px;
	margin-right: 6%;
	position: relative;
}

.header .nav ul .adcive {
	font-weight: bold;
	color: #006c67;
}

.header .nav ul .adcive::after {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #006C67;
	z-index: 99;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
}

.header .nav ul li:last-child {
	margin-right: 0;
}

.header .nav ul li:hover {
	color: #006C67;
	font-weight: bold;
}

.banner img {
	display: block;
	width: 100%;
}

.header .shop {
	margin-left: 4%;
}

.header .shop ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	position: relative;
}

.header .shop ul li:last-child {
	margin-right: 0;
}

.header .shop ul li img {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.header .shop ul li p {
	display: inline-block;
	vertical-align: middle;
}

.erji {
	position: absolute;
	left: -60%;
	top: 100px;
	z-index: 999;
	width: 140px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	display: none;
}

.erji dl dd:hover {
	text-decoration: underline;
}

.country {
	position: absolute;
	top: 50px;
	left: -40%;
	background: #fff;
	padding: 20px 20px;
	box-sizing: border-box;
	z-index: 99;
	width: 120px;
	border: 1px solid #ececec;
}

.country img {
	display: inline-block;
	vertical-align: middle;
}

.country p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.country dl dd {
	margin-top: 5px;
}

.songsuo {
	position: absolute;
	right: -20%;
	top: 50px;
	z-index: 999;
	background: #fff;
	width: 300px;
	border: 1px solid #ececec;
}

.songsuo form {
	border: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.songsuo form .key {
	width: 100%;
	height: 100%;
	padding-left: 2%;
	box-sizing: border-box;
	font-size: 12px;
}

.songsuo form .submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 40px;
	background: url(../images/a_10.png) no-repeat;
	background-position: 10px 10px;
	border: 0;
	height: 100%;
}

.banner .bb span {
	width: 12px;
	height: 12px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
	border-radius: 10px;
}

.banner .bb .swiper-pagination-bullet-active {
	background-color: #fff;
	width: 12px;
	height: 12px;
}

.banner .zz {
	background: url(../images/zz_05.png) no-repeat;
	width: 20px;
	height: 38px;
}

.banner .yy {
	background: url(../images/zz_03.png) no-repeat;
	width: 20px;
	height: 38px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.footer {
	background: #333333;
	padding-top: 70px;
}

.footer .aa1 {
	width: 43%;
	float: left;
}

.footer .aa1 .logo1 {
	width: 90%;
	border-bottom: 1px solid #777777;
	padding-bottom: 20px;
}

.footer .aa1 .logo1 img {
	width: 100%;
}

.footer .aa1 .cong,
.cong * {
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}

.footer .aa1 .cong {
	margin-top: 30px;
}

.footer .aa2 {
	width: 38%;
	float: left;
	padding-left: 6%;
	box-sizing: border-box;
	padding-top: 20px;
}

.footer .aa2 ul li {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	margin-right: 20px;
}

.footer .aa2 ul li img {
	width: 100%;
}

.footer .aa2 ul li p {
	text-align: center;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
}

.footer .aa3 {
	float: right;
	padding-top: 20px;
	width: 16%;
}

.footer .aa3 p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 16px;
}

.footer .aa3 ul li {
	margin-right: 10px;
	display: inline-block;
}

.footer .aa3 ul li:last-child {
	margin-right: 0;
}

.foot2 {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #bbbbbb;
	margin-top: 78px;
}

.main_indexes {
	font-size: 14px;
	line-height: 36px;
	color: #999999;
	padding-top: 10px;
}

.company {
	position: relative;
	text-align: center;
}

.company::after {
	position: absolute;
	left: 30%;
	top: 30%;
	width: 100px;
	height: 1px;
	background: #999999;
	content: "";
}

.company::before {
	position: absolute;
	right: 30%;
	top: 30%;
	width: 100px;
	height: 1px;
	background: #999999;
	content: "";
}

.company h3 {
	font-size: 30px;
}

.company h4 {
	font-size: 20px;
	color: #999999;
}

.news {
	padding-top: 50px;
	padding-bottom: 120px;
}


.pages {
	text-align: center;
	margin: 10px auto;
	font-size: 0;
}

.pages span {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	background: #006c67;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	margin: 0 5px;
}

.pages a {
	display: inline-block;
	height: 28px;
	width: 30px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.pages .a1 {
	display: inline-block;
	height: 28px;
	width: 58px;
	border: 1px solid #dedede;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.news ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.news ul {
	padding-top: 36px;
}

.news ul li .img {
	width: 29%;
	margin-right: 3%;
}

.news ul li .img img {
	width: 100%;
}

.news ul li .tit {
	width: 48%;
	margin-right: 5%;
}

.news ul li .tit h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.news ul li .tit h4 {
	font-size: 16px;
	line-height: 40px;
}

.news ul li .tit a {
	width: 150px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #006C67;
	color: #006C67;
	display: block;
	margin-top: 40px;
}

.news ul li:hover .tit a {
	background: #006C67;
	color: #fff;
}

.news ul li:hover h3 {
	color: #006C67;
}

.news ul li .time h6 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
}

.news ul li .time p {
	font-size: 36px;
	text-align: center;
}

.news ul li .time {
	width: 15%;
	border-left: 1px solid #cccccc;
}

.news_show {
	padding-top: 50px;
	padding-bottom: 120px;
}

.news_show .tit h3 {
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}

.news_show .tit h4 {
	font-size: 16px;
	color: #999999;
	line-height: 36px;
	text-align: center;
}

.news_show .tit {
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}

.news_show .cont,
.cont * {
	font-size: 16px;
	line-height: 36px;
}

.news_show .cont {
	padding-top: 50px;
}

.news_show .cont img {
	width: 100%;
}

.news_show .feny p {
	font-size: 24px;
	line-height: 48px;
}

.news_show .feny p:hover {
	color: #006C67;
}

.about {
	padding-top: 40px;
}

.about .about1 .cont {
	padding-top: 40px;
	padding-bottom: 80px;
}

.about .about1 .cont,
.cont * {
	font-size: 16px;
	line-height: 30px;
}

.about .about1 .cont img {
	width: 100%;
}

.about .about1 .cont h3 {
	font-size: 24px;
}

.about .about1 .cont h3 span {
	color: #006C67;
}

.about2 {
	background: url(../images/d_02.jpg) no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 110px;
}

.about2 .company {
	color: #fff;
}

.about2 .company h4 {
	color: #cccccc;
}

.about2 .cont ul {
	font-size: 0;
}

.about2 .cont ul li {
	width: 31%;
	margin-right: 3%;
	padding: 36px 4%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: center;
	margin-top: 60px;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.about2 .cont ul li:nth-child(3n) {
	margin-right: 0;
}

.about2 .cont ul li img {
	height: 52px;
	display: block;
	margin: 0 auto;
}

.about2 .cont ul li p {
	font-size: 20px;
	line-height: 36px;
	color: #006c67;
	font-weight: bold;
	margin: 20px 0;
}

.about3 {
	padding-top: 100px;
	padding-bottom: 70px;
}

.about3 ul {
	font-size: 0;
	padding-top: 30px;
}

.about3 ul li {
	width: 31%;
	margin-right: 3%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
}

.about3 ul li:nth-child(3n) {
	margin-right: 0;
}

.about3 ul li img {
	width: 100%;
}

.about3 ul li p {
	font-size: 20px;
	line-height: 30px;
	margin-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.partner ul {
	font-size: 0;
	padding-bottom: 50px;
}

.partner ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	width: 32%;
	margin-top: 40px;
}

.partner {
	padding-top: 50px;
	padding-bottom: 120px;
}


.partner ul li:nth-child(3n) {
	margin-right: 0;
}

.partner ul li .img {
	border: 1px solid #dddddd;
}

.partner ul li .img img {
	width: 100%;
}

.partner ul li p {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}

.partner ul li:hover .img {
	border: 1px solid #006c67;
}

.partner ul li:hover p {
	color: #006C67;
	font-weight: bold;
}

.prod_show1 {
	padding-top: 40px;
	position: relative;
}

.prod_show1 .pr_zz img {
	width: 100%;
}

.prod_show1 .pr_zz {
	width: 37%;
	float: left;
}

.prod_show1 .pr_zz {
	width: 37%;
	float: left;
}

.prod_show1 .pr_yy {
	width: 59%;
	float: right;
}

.prod_show1 .mySwiper {
	/* 	width: 90%;
	display: block; */
	margin: 10px auto 0;
	box-sizing: border-box;
	padding: 0 4%;
}

.prod_show1 .mySwiper .yy {
	background: url(../images/ggg_03.png) no-repeat;
	background-size: cover;
	width: 9px;
	height: 18px;
	z-index: 999;
	left: 0 !important;
	top: 64% !important;
}

.prod_show1 .mySwiper .zz {
	background: url(../images/ggg_05.png) no-repeat;
	background-size: cover;
	width: 9px;
	height: 18px;
	z-index: 999;
	right: 0 !important;
	top: 64% !important;
}

.prod_show1 .mySwiper .swiper-slide-thumb-active {
	border: 1px solid #006C67;
}

.product_show {
	padding-top: 50px;
	padding-bottom: 120px;
}

.product_show .pr_yy h3 {
	font-size: 24px;
	margin-bottom: 40px;
}

.product_show .pr_yy .nrr,
.nrr * {
	font-size: 16px;
	line-height: 30px;
}

.prod_show2 {
	margin-top: 80px;
}

.prod_show2 .tit {
	font-size: 30px;
	position: relative;
	display: inline-block;
	padding-right: 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.prod_show2 .tit::after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	height: 6px;
	background: #006C67;
	content: "";
}

.prod_show2 .cont,
.cont * {
	font-size: 16px;
	line-height: 30px;
}

.prod_show2 .cont img {
	width: 100%;
}

.prod_show2 ul {
	font-size: 0;
}

.prod_show2 ul li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}

.prod_show2 ul li:nth-child(3n) {
	margin-right: 0;
}

.prod_show2 ul li img {
	width: 100%;
}

.prod_show2 ul li p {
	text-align: left;
	font-size: 20px;
	margin-top: 20px;
}

.partner_show {
	padding-top: 40px;
	padding-bottom: 120px;
}

.partner_show .par1 {
	margin-top: 40px;
}

.partner_show .par1 .pazz {
	width: 42%;
	display: inline-block;
	border: 1px solid #006C67;
	vertical-align: middle;
}

.partner_show .par1 .pazz img {
	width: 100%;
}

.partner_show .par1 .payy {
	width: 56%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 4%;
	box-sizing: border-box;
}

.partner_show .par1 .payy h3 {
	font-size: 24px;
	margin-bottom: 34px;
}

.partner_show .par1 .payy .nr,
.nr * {
	font-size: 16px;
	line-height: 36px;
}

.partner_show .par2 .brt h3 {
	font-size: 30px;
	position: relative;
	display: inline-block;
	padding-right: 50px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.partner_show .par2 .brt h3::after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	height: 6px;
	background: #006C67;
	content: "";
}

.partner_show .par2 .sous {
	display: inline-block;
	float: right;
	width: 450px;
	border: 1px solid #cacaca;
	border-radius: 25px;
}

.partner_show .par2 {
	margin-top: 100px;
}

.partner_show .par2 form .submit {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 40px;
	background: url(../images/a_10.png) no-repeat;
	background-position: 4px 17px;
	border: 0;
	height: 100%;
}

.partner_show .par2 .key {
	width: 100%;
	height: 100%;
	padding-left: 2%;
	box-sizing: border-box;
	font-size: 12px;
	border-radius: 25px;
	border: none;
	padding-left: 4%;
	box-sizing: border-box;
}

.partner_show .par2 form {
	border: 0;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	width: 100%;
	position: relative;
	border-radius: 25px;
}

.partner_show .par2 ul li {
	padding: 40px 0;
	border-bottom: 1px solid #dddddd;
	font-size: 0;
}

.partner_show .par2 ul li:last-child {
	border-bottom: none;
}

.partner_show .par2 ul li .img {
	width: 18%;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #d5d5d5;
}

.partner_show .par2 ul li .con {
	width: 82%;
	padding-left: 4%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.partner_show .par2 ul li .img img {
	width: 100%;
}

.partner_show .par2 ul li .con h3 {
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.partner_show .par2 ul li .con h4 {
	font-size: 16px;
	color: #666666;
	margin: 20px 0;
}

.partner_show .par2 ul li .con .pdf img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.partner_show .par2 ul li .con .pdf p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.morebbb p {
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	font-size: 16px;
	color: #006C67;
}


.morebbb img {
	display: inline-block;
	vertical-align: middle;
}

.morebbb {
	display: block;
	margin: 40px auto 0;
	border: 1px solid #006C67;
	text-align: center;
	width: 150px;
}

.product_cate .introd .intr_z {
	float: left;
	width: 18%;
}

.product_cate .introd .intr_z {
	float: left;
	width: 18%;
	background-color: #fafafa;
}

.product_cate .introd .intr_y {
	width: 78%;
	float: right;
}

.product_cate .introd .intr_k {
	width: 78%;
	float: right;
}


.product_cate .introd {
	padding-top: 40px;
}

.product_cate .introd .intr_y ul {
	font-size: 0;
}

.product_cate .introd .intr_y ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
	display: inline-block;
	vertical-align: top;
}

.product_cate .introd .intr_y ul li:nth-child(3n) {
	margin-right: 0;
}

.product_cate .introd .intr_y ul li img {
	width: 100%;
}

.product_cate .introd .intr_y ul li:hover .img {
	box-shadow: 0px 0px 14px #ddd;
}

.product_cate .introd .intr_y ul li p {
	font-size: 16px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}


.product_cate {
	padding-bottom: 120px;
	padding-top: 40px;
}

.product_cate .intr_z p {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product_cate .introd .intr_z ul li i {
	background: url(../images/nn_06.png) no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.product_cate .introd .intr_z ul .bg i {
	background: url(../images/nn_03.png) no-repeat;
	width: 20px;
	height: 20px;
}

.product_cate .intr_z h3 {
	font-size: 16px;
	line-height: 30px;
}

.product_cate .intr_z h6 {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.product_cate .intr_z .sanji {
	padding-left: 2%;
	box-sizing: border-box;
}

.product_cate .introd .intr_k ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}

.product_cate .introd .intr_k ul li .img {
	width: 30%;
}

.product_cate .introd .intr_k ul li .img img {
	width: 100%;
}

.product_cate .introd .intr_k ul li .tit {
	width: 70%;
}

.product_cate .introd .intr_k ul li .tit h3 {
	font-size: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product_cate .introd .intr_k ul li .tit h4 {
	font-size: 16px;
	line-height: 40px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.product_cate .introd .intr_k ul li .tit a {
	width: 150px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #006C67;
	color: #006C67;
	display: block;
	margin-top: 20px;
}

.cases {
	padding-top: 50px;
	padding-bottom: 120px;
}

.cases ul {
	font-size: 0;
	padding-top: 10px;
	padding-bottom: 50px;
}

.cases ul li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2.2%;
	margin-top: 30px;
}

.cases ul li img {
	width: 100%;
}
.cases ul li .img img {
	width: 100%;
	transition: all ease-in-out .5s;
}
.cases ul li .img:hover img{
	transform: scale(1.2);
}
.cases ul li .img  {
	overflow: hidden;
	margin-top: 30px;
	box-sizing: border-box;
}

.cases ul li:nth-child(4n) {
	margin-right: 0;
}

.cases ul li p {
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
}

.part_form {
	position: fixed;
	top: 0%;
	background: rgb(51, 51, 51, 0.9);
	width: 100%;
	z-index: 999;
	padding: 95px 0;
	box-sizing: border-box;
	height: 100%;
}

.part_form .bd {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 100px;
	position: relative;
}

.part_form .bd form {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.part_form .bd form li p {
	font-size: 20px;
	color: #666666;
	margin-bottom: 20px;
}

.part_form .bd form li p span {
	color: #e21111;
}

.part_form .bd form li input {
	width: 100%;
	line-height: 60px;
	height: 60px;
	border: 1px solid #cccccc;
	padding-left: 2%;
	box-sizing: border-box;
}

.part_form .bd form li {
	margin-bottom: 30px;
}

.part_form .bd form .submit {
	width: 150px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #006C67;
	color: #006C67;
	text-align: center;
	margin: 0 auto;
	display: block;
	background: #fff;
}

.cha {
	position: absolute;
	top: -60px;
	right: 1%;
	z-index: 9999;
}

.contact {
	padding-top: 50px;
}

.contact .lx1 {
	margin-top: 35px;
	margin-bottom: 70px;
}

.contact .lx1_z {
	width: 50%;
	float: left;
}

.contact .lx1_z .map {
	height: 400px;
	width: 100%;
}

.contact .lx1_y {
	width: 46%;
	float: right;
}

.contact .lx1_y li {
	margin-bottom: 50px;
}

.contact .lx1_y li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 24px;
}

.contact .lx1_y li p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #666666;
}

.contact .lx1_y li p span {
	margin-left: 30px;
}

.contact .lx1_y li:last-child {
	margin-bottom: 0;
}

.contact .lx2 {
	background: url(../images/lx_18.jpg) no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 105px;
	box-sizing: border-box;
}

.contact .lx2 .tit {
	text-align: center;
	font-size: 30px;
	color: #006c67;
	position: relative;
	padding-bottom: 6px;
}

.contact .lx2 .tit::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	height: 2px;
	width: 40px;
	background: #ff6600;
	z-index: 99;
	margin: 0 auto;
}

.contact .lx2 ul {
	font-size: 0;
	padding-top: 16px;
}

.contact .lx2 ul li {
	width: 45%;
	margin-right: 10%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.contact .lx2 ul li:nth-child(2n) {
	margin-right: 0;
}

.contact .lx2 ul li input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #999999;
	padding-left: 2%;
	box-sizing: border-box;
	border-radius: 5px;
	background: none;
}

.contact .lx2 ul li:last-child {
	width: 100%;
}

.contact .lx2 ul li p {
	font-size: 16px;
	margin-bottom: 10px;
}

.contact .lx2 ul li p span {
	color: #e21111;
	margin-left: 4px;
}

.contact .lx2 textarea {
	line-height: 60px;
	border: 1px solid #999999;
	padding-left: 2%;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	height: 150px;
	background: none;
}

.contact .lx2 .submit {
	display: block;
	margin: 40px auto 0;
	width: 140px;
	height: 60px;
	line-height: 60px;
	border: 0;
	background: #006C67;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.index1 {
	background: url(../images/bj_02.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.index1 .inz {
	float: left;
	width: 50%;
}

.index1 .inz img {
	width: 100%;
}

.index1 .iny {
	float: right;
	width: 48%;
}

.index1 .iny h3 {
	font-size: 30px;
	font-weight: bold;
	color: #006C67;
}

.index1 .iny h3 span {
	font-weight: normal;
	font-size: 18px;
	color: #999999;
}

.index1 .iny .nj,
.nj * {
	font-size: 16px;
	line-height: 24px;
}

.index1 .iny .nj {
	margin-top: 20px;
	margin-bottom: 50px;
}

.index1 .iny .more {
	width: 150px;
	height: 50px;
	background: #006C67;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.mian_tt h3 {
	font-size: 30px;
	font-weight: bold;
	color: #006C67;
	text-align: center;
}

.mian_tt h4 {
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin-top: 10px;
}

.index2 {
	padding: 100px 0;
}

.index2 ul {
	font-size: 0;
}

.index2 ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	width: 32%;
	margin-top: 40px;
}

.index2 ul li:nth-child(3n) {
	margin-right: 0;
}

.index2 ul li .img {
	border: 1px solid #dddddd;
}

.index2 ul li .img img {
	width: 100%;
}

.index2 ul li p {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index2 ul li:hover .img {
	border: 1px solid #006c67;
}

.index2 ul li:hover p {
	color: #006C67;
	font-weight: bold;
}

.index3 {
	background: url(../images/bj_04.jpg) no-repeat;
	background-size: cover;
	padding: 90px 0;
}

.index3 ul {
	font-size: 0;
}

.index3 ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	width: 32%;
	margin-top: 30px;
}

.index3 ul li:nth-child(3n) {
	margin-right: 0;
}

.index3 ul li .img img {
	width: 100%;
}

.index3 ul li p {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.index3 .mian_tt h3 {
	color: #fff;
}

.index4 {
	padding: 110px 0;
}

.index4 img {
	width: 100%;
	transition: all ease-in-out .5s;
}
.index4 .swiper-slide:hover img{
	transform: scale(1.2);
}
.index4 .swiper-slide {
	overflow: hidden;
	margin-top: 30px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}

.index5{
	padding: 130px 0;
}

.index5 ul {
	font-size: 0;
}

.index5 ul li{
	display: inline-block;
	width: 23%;
	margin-right: 2.2%;
	margin-top: 30px;
	vertical-align: top;
}

.index5 ul li:nth-child(4n){
	margin-right: 0;
}

.index5 ul li img{
	width: 100%;
}

.index5 ul li  .kg{
	padding: 40px 4%;
	box-sizing: border-box;
}

.index5 ul li  .kg p{
	font-size: 16px;
	margin-bottom: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index5 ul li  .kg h4{
	font-size: 14px;
	line-height: 36px;
	color: #666666;
}

.index5 ul li  .kg h4 span{
	font-size: 14px;
	color: #999999;
	text-align: right;
	float: right;
}

.index5 ul li:hover  .kg{
	box-shadow: 0px 0px 10px #c0c0c0;
}

.index5 ul li:hover p{
	color: #006C67;
}

.index5 ul li:hover .kg h4 span{
	color: #006C67;
	text-decoration: underline;
}

.index6 ul{
	font-size: 0;
	padding-bottom: 40px;
}

.index6 ul li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin-right: 2.4%;
    margin-top: 30px;
}

.index6 ul li:nth-child(4n) {
    margin-right: 0;
}

.index6 ul li img {
    width: 100%;
}

.index6 ul li p {
    font-size: 20px;
    margin-top: 20px;
	text-align: center;
}

.index6{
	padding: 120px 0;
}

.index6 .more{
	font-size: 16px;
	text-align: center;
	color: #006c67;
	width: 150px;
	line-height: 50px;
	height: 50px;
	border: 1px solid #006C67;
	display: block;
	margin: auto;
}